home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / cfc.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  52 lines

  1. # Coldfusion MX language definition file
  2. #
  3. # Author: Paul Connell
  4. #   Mail: paulc@fusionworkshop.com
  5. #   Date: 04.06.2004
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # paulc@fusionworkshop.com
  16. # http:/www.fusionworkshop.com/
  17.  
  18. $KW_LIST(kwa)=3Dcfabort cfapplet cfapplication cfargument cfassociate cfbreak cfcache
  19. cfcase cfcatch cfchart cfchartdata cfchartseries cfcol cfcollection  cfcomponent
  20. cfcontent cfcookie cfdefaultcase cfdirectory cfdump cfelse cfelseif cferror cfexecute
  21. cfexit cffile cfflush cfform cfftp cffunction cfgrid cfgridcolumn cfgridrow
  22. cfgridupdate cfheader cfhtmlhead cfhttp cfhttpparam= cfif cfimport cfinclude cfindex
  23. cfinput cfinsert cfinvoke cfinvokeargument cfldap cflocation cflock cflog cflogin
  24. cfloginuser cflogout cfloop cfmail  cfmailparam cfmailpart cfmodule cfobject
  25. cfobjectcache cfoutput cfparam cfpop cfprocessingdirective cfprocparam cfprocresult
  26. cfproperty cfquery cfqueryparam cfregistry cfreport cfrethrow cfreturn cfsavecontent
  27. cfschedule cfscript cfsearch cfselect cfset cfsetting cfsilent cfslider cfstoredproc
  28. cfswitch cftable cftextinput cfthrow cftrace cftransaction cftree cftreeitem cftry
  29. cfupdate cfwddx cfxml
  30.  
  31. $STRINGDELIMITERS=" '
  32.  
  33. # set true if programming language is case sensitive
  34. # Keyword and types have to be lower case if true
  35. $IGNORECASE=true
  36.  
  37. # set true if multiple line comments may be nested
  38. $ALLOWNESTEDCOMMENTS=true
  39.  
  40. # comment begin and end (delimiters of multi-line comments)
  41. $ML_COMMENT=<!--- --->
  42.  
  43. # List of strings which start one line comments
  44. $SL_COMMENT=//
  45.  
  46. $TAG_DELIM(kwa)=< >
  47.  
  48. # Prefix which defines variables
  49. $KW_PREFIX(kwb)=#
  50.  
  51. $SYMBOLS= ( ) [ ] { } , ; : & | !  = / *  %  + -
  52.